home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.24
/
2003-01_Disc_7.24.bin
/
Data
/
items.pcg
/
scripts
/
DefineButton2_286
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2002-11-07
|
99b
|
8 lines
on(press){
tellTarget("upControl")
{
gotoAndStop("start");
play();
}
}